Class TypeChangeMigrationBuilder<TProps, TFrom, TTo>

Assembly: redb.Core.Pro.dll

ITypeChangeMigrationBuilder implementation

public class TypeChangeMigrationBuilder<TProps, TFrom, TTo> : ITypeChangeMigrationBuilder<TProps, TFrom, TTo> where TProps : class

Inheritance

ObjectTypeChangeMigrationBuilder<TProps, TFrom, TTo>

Implements

Methods

Using(Expression<Func<TFrom, TTo>>)

Set conversion function.

public IPropertyMigrationBuilder<TProps, TTo> Using(Expression<Func<TFrom, TTo>> converter)

Constructors